home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2011 May / PC Advisor 190 E.iso / pc / ESSENTIALS / VLC Media Player 1.1 / vlc-1.1.5-win32.exe / lua / meta / reader / README.txt < prev   
Encoding:
Text File  |  2010-11-13  |  494 b   |  14 lines

  1. Instructions to code your own VLC Lua meta script.
  2. $Id$
  3.  
  4. See lua/README.txt for generic documentation about Lua usage in VLC.
  5.  
  6. Examples: See filename.lua .
  7.  
  8. VLC Lua "meta reader" modules should define one of the following functions:
  9.  * read_meta(): returns a path to an artwork for the given item
  10.  
  11. Available VLC specific Lua modules: msg, stream, strings, variables, item,
  12. objects and misc. See lua/README.txt
  13.  
  14. Note, those scripts are supposed to be fast. Read non blocking, no IO.